home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / amsf20.zip / READ.ME < prev   
Text File  |  1992-01-06  |  2KB  |  59 lines

  1.  
  2.             Array Management System - Fortran Version (AMSF)
  3.  
  4.                             Version 2.0
  5.  
  6.                                 by
  7.  
  8.                          Tzong-shuoh Yang *
  9.                    Department of Civil Engineering
  10.                  University of California at Berkeley
  11.  
  12.       * Graduate student. Can be reached at tsyang@ce.berkeley.edu
  13.  
  14.                        Revised: December, 1990
  15.  
  16.                 The version 1.2 of AMSF was published in
  17.         Computers & Structures Vol. 33, No. 6, pp. 1507-1527, 1989.
  18.  
  19. Abstract
  20.  
  21. The Array Management System - Fortran version (AMSF) is an integrated
  22. set of array management tools designed to increase the productivity of
  23. technical programmers engaged in intensive matrix computational
  24. applications. AMSF is composed of a set of easy-to-use in-core and
  25. out-of-core data management subroutines written in FORTRAN 77.  The
  26. in-core array management subroutines of AMSF allows dynamic storage
  27. allocation to be accomplished with integer, real, and complex data
  28. with a minimum of programming effort.  The out-of-core array management
  29. subroutines of AMSF support simple operations to allow array transfer
  30. between in-core and out-of-core systems and allow different programs to
  31. access the same data. The out-of-core data management provides for
  32. direct access database file to speed up the input/output operations.
  33. Multiple databases are allowed to be accessed by a program, this
  34. provides an easy way to share data and restart. This integrated database
  35. environment is suitable to be the kernel of a software project with
  36. several programmers and data communications among them.
  37.  
  38. Files in AMSF20.ZIP:
  39.  
  40. READ.ME        This file.
  41. AMSF.DVI       The document of AMSF 2.0 in TeX .DVI format.
  42. AMSF.FOR       Fortran source code of AMSF 2.0.
  43. AMSCTL.INC     Include file for AMSF.FOR.
  44. AMST1.FOR      Test program 1.
  45. AMST2.FOR      Test program 2.
  46. AMST3.FOR      Test program 3.
  47. AMST4.FOR      Test program 4.
  48. AMST5.FOR      Test program 5.
  49. DGELG.FOR      IBM SSP subroutine DGELG.
  50. DGELS.FOR      IBM SSP subroutine DGELS.
  51. EIGEN.FOR      IBM SSP subroutine EIGEN.
  52. BUILD.BAT      Compiling and linking procedure for test programs.
  53. AMST1.EXE      Execution file of Test program 1.
  54. AMST2.EXE      Execution file of Test program 2.
  55. AMST3.EXE      Execution file of Test program 3.
  56. AMST4.EXE      Execution file of Test program 4.
  57. AMST5.EXE      Execution file of Test program 5.
  58.  
  59.